Package com.cisco.pt.ipc.events
Class RemoteNetworkEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.RemoteNetworkEventRegistry
An event for the IPC's RemoteNetworkEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<RemoteNetworkEventListener>protected Map<String,Set<RemoteNetworkEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(RemoteNetworkEventListener listener) voidaddListener(RemoteNetworkEventListener listener, RemoteNetwork objClass) voidaddListenerFiltered(RemoteNetworkEventListener listener, List<String> events) voidaddSpecificListenerFiltered(RemoteNetworkEventListener listener, RemoteNetwork objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(RemoteNetworkEventListener listener) voidremoveListener(RemoteNetworkEventListener listener, RemoteNetwork objClass) voidremoveListenerFiltered(RemoteNetworkEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(RemoteNetworkEventListener listener, RemoteNetwork objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
RemoteNetworkEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(RemoteNetworkEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(RemoteNetworkEventListener listener, RemoteNetwork objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(RemoteNetworkEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(RemoteNetworkEventListener listener, RemoteNetwork objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
public void addListener(RemoteNetworkEventListener listener, RemoteNetwork objClass) throws IOException - Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(RemoteNetworkEventListener listener, RemoteNetwork objClass) throws IOException - Throws:
IOException
-